Column Property (CollectionViewRequest<T>)
In This Topic
Gets or sets which column of data will be acquired
Syntax
'Declaration
Public Property Column As System.String
'Usage
Dim instance As CollectionViewRequest(Of T)
Dim value As System.String
instance.Column = value
value = instance.Column
public System.string Column {get; set;}
public read-write property Column: System.String;
public function get,set Column : System.String
public: __property System.string* get_Column();
public: __property void set_Column(
System.string* value
);
public:
property System.String^ Column {
System.String^ get();
void set ( System.String^ value);
}
See Also